Home | All Classes | Grouped Classes | Index | Search

CL_DomNode::operator =

Copy assignment operator.

	CL_DomNode& operator =(
		const CL_DomNode& copy);

Detailed description:

All objects in the DOM are handles to the underlying implementation. Therefore this doesn't actually copy contents between two CL_DomNode's, but instead change the two CL_DomNode's to point at the same node in the DOM.

See also:

CL_DomNode



Questions or comments, write to the ClanLib mailing list.